home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / xulrunner-1.9-gnome-support.postinst < prev    next >
Encoding:
Text File  |  2009-09-02  |  256 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. GRE_VERSION=`/usr/bin/xulrunner-1.9 --gre-version`
  5.  
  6. if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
  7.         if test -e /usr/lib/xulrunner-$GRE_VERSION/.autoreg; then
  8.         touch /usr/lib/xulrunner-$GRE_VERSION/.autoreg
  9.     fi
  10. fi
  11.  
  12.  
  13.